home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / xscreensaver / config / swirl.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-02-07  |  914 b   |  27 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="swirl" _label="Swirl">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <number id="count" type="spinbutton" arg="-count %"
  8.           _label="Count" low="0" high="20" default="5"/>
  9.  
  10.   <number id="delay" type="slider" arg="-delay %"
  11.           _label="Speed" _low-label="Slow" _high-label="Fast"
  12.           low="0" high="20000" default="10000"
  13.           convert="invert"/>
  14.  
  15.   <number id="ncolors" type="slider" arg="-ncolors %"
  16.             _label="Number of Colors" _low-label="Two" _high-label="Many"
  17.             low="1" high="255" default="200"/>
  18.  
  19.   <boolean id="shm" _label="Use Shared Memory" arg-unset="-no-shm"/>
  20.  
  21.   <_description>
  22. More flowing, swirly patterns. This version is by M.  Dobie and R.
  23. Taylor, but you might have seen a Mac program similar to this called
  24. FlowFazer.  There is also a cool Java applet of a similar concept.
  25.   </_description>
  26. </screensaver>
  27.